home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sspell14.zip / FILE.H < prev    next >
Text File  |  1992-07-06  |  333b  |  21 lines

  1. /* void initfile(dict) */
  2. void initfile();
  3.  
  4. /* void closefile() */
  5. void closefile();
  6.  
  7. /* void buildindex() */
  8. void buildindex();
  9.  
  10. /* int readindex(indx) */
  11. int readindex();
  12.  
  13. /* void writeindex(indx) */
  14. void writeindex();
  15.  
  16. /* int searchfile(match, entry) */
  17. int searchfile();
  18.  
  19. #define FAIL (0)
  20. #define SUCCESS (1)
  21.